home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / TeX-inputs / LaTeX / graphics / dvi2ps.def < prev    next >
Text File  |  1997-03-07  |  1KB  |  45 lines

  1. %%
  2. %% This is file `dvi2ps.def',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% drivers.dtx  (with options: `dvi2ps,psrules')
  8. %% 
  9. %% drivers.dtx Copyright (C) 1994      David Carlisle Sebastian Rahtz
  10. %%             Copyright (C) 1995 1996 David Carlisle
  11. %%
  12. %% This file is part of the Standard LaTeX `Graphics Bundle'.
  13. %%
  14. %% It should be distributed *unchanged* and together with all other
  15. %% files in the graphics bundle. The file 00readme.txt contains a list
  16. %% of all of these files.
  17. %%
  18. %% A modified version of this file may be distributed, but it should
  19. %% be distributed with a *different* name. Changed files must be
  20. %% distributed *together with a complete and unchanged* distribution
  21. %% of these files.
  22. %%
  23. \ProvidesFile{dvi2ps.def}
  24.         [1996/12/12 v3.0d Driver-dependant file (DPC,SPQR)]
  25. \def\Ginclude@eps#1{%
  26.    \def\@tempa{!}%
  27.    \ifx\Gin@scaley\@tempa
  28.      \let\Gin@scaley\Gin@scalex
  29.    \else
  30.     \ifx\Gin@scalex\@tempa\let\Gin@scalex\Gin@scaley\fi
  31.    \fi
  32.    \ifGin@clip
  33.      \typeout{no clipping support in dvi2ps}%
  34.    \fi
  35.    \special{psfile=#1\space
  36.         hscale=\Gin@scalex\space 1000 mul
  37.         vscale=\Gin@scaley\space 1000 mul}}
  38. \def\Gin@extensions{.eps,.ps}
  39. \@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}}
  40. \@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
  41. \@namedef{Gin@rule@*}#1{{eps}{\Gin@ext}{#1}}
  42. \endinput
  43. %%
  44. %% End of file `dvi2ps.def'.
  45.